<?xml version="1.0"?>
<Entry xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <x>300</x>
  <y>100</y>
  <childs>
    <TreeNode xsi:type="Repeat">
      <x>300</x>
      <y>300</y>
      <childs>
        <TreeNode xsi:type="Sequence">
          <x>300</x>
          <y>460</y>
          <childs>
            <TreeNode xsi:type="Wait">
              <x>200</x>
              <y>600</y>
              <time>3</time>
            </TreeNode>
            <TreeNode xsi:type="SlayerAction">
              <x>360</x>
              <y>600</y>
              <MySlayer>
                <Id>123</Id>
                <Name>taop</Name>
                <Des>pc</Des>
              </MySlayer>
            </TreeNode>
          </childs>
        </TreeNode>
      </childs>
    </TreeNode>
  </childs>
</Entry>